From 913843e16be954239d3cea10c6cb511597bdb48b Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Mon, 10 Apr 2006 16:26:23 +0100 Subject: [PATCH] Fix call to server, using new XendClient syntax. Signed-off-by: Ewan Mellor --- tools/python/xen/util/diagnose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/util/diagnose.py b/tools/python/xen/util/diagnose.py index 51c59fdfff..d2d51eb626 100644 --- a/tools/python/xen/util/diagnose.py +++ b/tools/python/xen/util/diagnose.py @@ -41,7 +41,7 @@ def diagnose(dom): global dompath try: - domain = server.xend_domain(dom) + domain = server.xend.domain(dom) state = sxp.child_value(domain, 'state') domid = int(sxp.child_value(domain, 'domid')) name = sxp.child_value(domain, 'name') -- 2.30.2